-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: implement macro editor OP import #7940
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7940 +/- ##
============================================
- Coverage 36.72% 36.51% -0.21%
Complexity 2163 2163
============================================
Files 1282 1285 +3
Lines 119666 120313 +647
Branches 3218 3221 +3
============================================
- Hits 43944 43932 -12
- Misses 73791 74447 +656
- Partials 1931 1934 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c87330e
to
e033faa
Compare
857bbb8
to
08d0301
Compare
08d0301
to
cb29af7
Compare
0249cbd
to
b1c749c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for breaking down your commits in this way; it makes the review process much easier.
While the content looks good, I have a few suggestions to enhance readability.
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Show resolved
Hide resolved
front/src/applications/operationalStudies/components/MacroEditor/import.ts
Outdated
Show resolved
Hide resolved
When the NGE language is switched, the <iframe> is reloaded. Keep listening to window load events to restore the DTO properly.
af2d61f
to
5f02bf8
Compare
Fixes errors when adding a new trainrun.
5f02bf8
to
33b1966
Compare
Changes:
|
33b1966
to
14182e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and tested !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, tested.
This PR is best reviewed commit-by-commit.
What's in the box?
Closes #7737
Closes #7739
References #7741
Depends on #8006 (in other words, please ignore the first few commits, they belong to that other PR)TODO:
secondary_code
suffix to OPsFollow-up work: